home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 2 / Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso / Pearls / dev / GUI / BGUI / AmigaE / ReadMe < prev    next >
Text File  |  1994-10-05  |  2KB  |  43 lines

  1.  
  2.  The E support modules of BGUI rely heavely on the usage of Mac2E.  Mac2E is a
  3. macro pre-processor for the E language and it is © 1993, 1994 Lionel Vintenat.
  4.  
  5.  A reduced  version  of  the  Mac2E  pre-processor  package  is  part  of  the
  6. Amiga E v3.0 distribution. The full package should be available on AmiNet. The
  7. latest version of the package that I am know of is V4.0.
  8.  
  9.  I  have  written  a small  script which  is located in the examples directory
  10. which  pre-processes  the source  and compiles  it to an executable in one go.
  11. This will save you the trouble of having to type in  those mile-long  names in
  12. the shell.
  13.  
  14.  To install the Amiga  E support  stuff you must  copy the  following files in
  15. the given directories:
  16.  
  17.         File:                                      Destination dir:
  18.         ----------------------------------------------------------------------
  19.         mui.m                                   -> EMODULES:
  20.         libraries/mui.m                         -> EMODULES:libraries
  21.         MacroFiles/bgui_macros.ma               -> E:MacroFiles
  22.         PreAnalizedMacroFiles/bgui_macros.pma   -> E:PreAnalizedMacroFiles
  23.         examples/ecomp                          -> E:Bin
  24.  
  25.  To  use  the EComp  script you  must install  an  environment  variable which
  26. contains the directory of the pre-analized Mac2E macro files.  This can simply
  27. be done by typing the following line in the shell:
  28.  
  29.  Echo >ENVARC:MAC2EMACROS E:PreAnalizedMacroFiles/
  30.  
  31.  After this you can move into the examples directory  and compile the examples
  32. with:
  33.  
  34.  ecomp test bgui_macros.pma
  35.  ecomp file bgui_macros.pma
  36.  ecomp dm bgui_macros.pma
  37.  
  38.  Also note that I do not know E as well as I would like to so if the source of
  39. the examples strike you as wierd please forgive me for that.
  40.  
  41.  Enjoy,
  42.                                      Jan
  43.